-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: add priority option #205
Conversation
Prerequisite to #202 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks pretty good! Left some comments. And there should also be some tests (e.g. run @bors r+ p=...
twice in a row and similar cases).
Then we'll add more test cases once @bors p=5
is implemented.
Thanks! I'll make those changes and @ you when ready. |
@Kobzol do we need a |
I don't think so, I haven't ever seen it being useful/used anywhere. |
af8114d
to
e13c8a0
Compare
If there's any further changes needed, lmk. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please also add two following tests:
- User sets priority with
@bors p=X
, and then does@bors r+
, and check that the priority is stillX
. - User sets priority with
@bors p=X
, and then does@bors r+ p=Y
, and check that the priority is nowY
.
Then I think we're done here :)
e13c8a0
to
7ce5c06
Compare
Added |
7ce5c06
to
cd516a4
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you! This is really impressive work.
This PR adds a priority option to
@bors r=<username> <p=priority>
and@bors r+ <p=priority>
.